Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-38446 | RHEL-06-000521 | SV-50246r2_rule | Medium |
Description |
---|
A number of system services utilize email messages sent to the root user to notify system administrators of active or impending issues. These messages must be forwarded to at least one monitored email address. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2018-11-28 |
Check Text ( C-46001r2_chk ) |
---|
Find the list of alias maps used by the Postfix mail server: # postconf alias_maps Query the Postfix alias maps for an alias for "root": # postmap -q root hash:/etc/aliases If there are no aliases configured for root that forward to a monitored email address, this is a finding. |
Fix Text (F-43391r1_fix) |
---|
Set up an alias for root that forwards to a monitored email address: # echo "root: # newaliases |